Join Array into String
Command Prototype
sRet = Join(arrData,sSeparator)
Command Description
Join an array into a string, and use the specified separator to separate elements of the array
Parameter Description
- Required Parameter
- arrData--The array to be joined
- sSeparator--The separator to be used in joinng the array
- return
- sRet--The variable used to save the output of the function call